a {
  color: #000;
}
.text-white{
  color: #fff;
}
.font-14{
  font-size:14px;
}
.text-right{
  text-align: right;
}
.pl-7 {
  padding-left: 7px;
}
.pr-16{
  padding-right:16px;
}
.pr-30{
  padding-right:30px;
}
.pa-0{
  padding: 0!important;
}
.pb-12{
  padding-bottom:12px;
}
.pl-13{
  padding-left:13px;
}
.pb-25{
  padding-bottom:25px;
}
.my-15{
  margin-top:15px;
  margin-bottom:15px;
}
.mb-25{
  margin-bottom:25px;
}
.mb-14{
  margin-bottom:14px;
}
.mx-auto{
  margin: 0 auto;
}
.d-inline-block{
  display: inline-block;
}
.f-left {
  float: left;
}

.d-flex {
  display: flex;
}
.flex-column{
  flex-direction: column;
}
.justify-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}
.text-link {
  color: #0066cc;
}

.text-center {
  text-align: center;
}
.title {
  height:40px;
  background: url(../images/right003.png) repeat-y 0 0;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.font-bold {
  font-weight: bold;
}

.special {
  padding-right: 18px;
}

/* 更多样式 */
.more {
  padding-right:16px;
  display: block;
  color:#999;
  font-size:14px;
  text-align: right;
}

.more a {
  color: #fff;
  font-size: 14px;
}

/* 列表点样式 */
.dot {
  padding-left: 10px;
  position: relative;
}

.dot::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #000;
}

/* 三角形样式 */
.triangle {
  position: relative;
  padding-left: 12px;
}

.triangle::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent transparent transparent #b4c6d8;
}

/* 清除浮动 */
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

/***************** 容器 *******************/
.container {
  margin: 0 auto;
  width: 991px;
  max-width: 991px;
  overflow-x: auto;
}

/*****************头部 *******************/
.banner {
  position: relative;
  height: 189px;
  background: url(../images/banner.png) no-repeat center center;
}

.banner .lang {
  position: absolute;
  bottom: 10px;
  right: 14px;
  z-index: 1;
  font-size: 14px;
  color: #fff;
}

nav {
  padding: 0 13px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  overflow: hidden;
}

nav a {
  line-height: 1.8;
  font-weight: bold;
  font-size: 18px;
  color: #4071c1;
}

nav>ul {
  /* margin-right: 50px; */
}
nav .language {
  float:right;
  font-size: 14px;
  color:#000;
  margin-top:3px;
}
nav>ul>li {
  float: left;
  position: relative;
  padding: 0 27px;
}


/***************** 内容 *******************/

main {
  overflow: hidden;
  margin-bottom:28px;
}

main>* {
  float: left;
}

/*****************侧边栏 *******************/
aside {
  width: 176px;
  color: #fff;
  padding-bottom: 10000px;
  margin-bottom: -10000px;
}
.aside-content{
  padding-left:15px;
  padding-bottom:20px;
  border-top-right-radius:15px;
  background-color: #6e8ec3;
}
.aside-splitline {
  border-color: #99cccc;
  margin-bottom: 10px;
}
.aside-date{
  padding-left:8px;
  font-size:14px;
 margin-bottom:10px;
	color: #4071c1;
}
.aside-block{
  border-bottom:1px solid #ccccff;
}
.arrow{
  width:12px;
}
aside .aside-title {
  padding-top:12px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

aside .aside-list {
  padding: 16px;
}

aside .aside-item{
  margin-bottom: 12px;
  font-size: 14px;
  color: #fff;
  text-align: left;
}

aside .aside-item a {
  font-size: 14px;
  color: #fff;
}

aside .aside-item img {
  display: inline;
  margin-right: 14px;
  vertical-align: middle;
}

aside form {
  margin-left: 18px;
  margin-bottom: 22px;
}

aside form input {
  margin-bottom: 10px;
  width: 119px;
  height: 23px;
  border: 1px solid #7f9db9;
  box-sizing: border-box;
}

aside form select {
  width: 75px;
  height: 23px; 
}

aside form button {
  width: 40px;
  height: 23px;
  padding: 0;
}
aside .aside-list .aside-item .contact-img{
  width:auto;
  margin-right:0;
}
.contact-remark{
  display: block;
  margin-top:13px;
  background-color: #e1e1e1;
  color:#000;
  text-align: center;
  height:34px;
  line-height:2.8;
  font-size:12px;
  padding-right:8px;
  padding-left:11px;
}
.contact li {
  margin-bottom: 18px;
  margin-left: -12px;
  text-align: center;
  font-size: 14px;
  color: #fff;

}

.contact li span {
  font-size: 14px;
  color: #fff;
}

.contact li img {
  margin: 0 auto 15px;
}

.special {
  padding-left: 18px;
}

.link-card {
  margin-top: 20px;
}

.link-card ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.link-card ul li {
  margin-bottom: 16px;
  margin-left: -12px;
}

.center {
  padding-left: 5px;
  padding-right: 10px;
  width: 665px;
  box-sizing: border-box;
}

.news-box>* {
  margin-bottom: 10px;
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.news-box ul {
  margin-bottom: 20px;
}

.news-list li {
  padding-left: 20px;
  position: relative;
  line-height: 2;
}

.news-list li::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #000;
}

.news-box li a {
  font-size: 14px;
}

/*********** 内容区域 ****************/
section {
  width: 597px;
  padding-left: 21px;
  box-sizing: border-box;
}

/* 文字滚动 */
.textRoll-box {
  padding-left: 14px;
  padding-right: 7px;
}

.textRoll-box a {
  line-height: 3;
  font-size: 14px;
  color: #ff0000;
}

.textRoll-box li {
  margin-right: 20px;
  display: inline-block;
  width: auto !important;
}

.textRoll-box .tempWrap {
  width: 100% !important;
}

.carousel-box {
  position: relative;
}


.carousel {
  padding: 0;
  overflow: hidden;
}

.carousel .bd {
  overflow: hidden;
}

.carousel ul {
  float: left;
}

.carousel li {
  padding-left: 0 !important;
}

.carousel .hd {
  position: absolute;
  bottom: 77px;
  right: 21px;
  z-index: 1;
}

.carousel .hd ul {
  overflow: hidden;
}

.carousel .hd li {
  margin-right: 8px;
  float: left;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #dfdfdf;
}

.carousel a {
  display: block;
}

.carousel .hd li.on {
  background-color: red;
}

.carousel span {
  width:100%;
  display: block;
  box-sizing: border-box;
  font-size:18px;
  color: #235bb7;
  text-align: center;
  font-weight: bold;
  padding: 16px 22px;
}

.news-item {
  display: flex;
  overflow: hidden;
  padding-bottom:10px;
}

.news-item>* {
  flex: 1 0 0%;
  padding: 0 6px;
}

.news-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
  border-top:2px solid #6e8ec3;
}

.news-title span {
  font-weight: bold;
  color: #235bb7;
}

.news-title a {
  line-height: 3!important;
  font-size: 12px;
  padding-right:0!important;
}
.news-item ul{
  padding-left:7px;
}

.news-item a {
  font-size: 14px;
  line-height: 2;
}

.news-item li {
  position: relative;
  padding-left: 15px;
}

.news-item li::before {
  content: '.';
  position: absolute;
  left: 0;
}
.link-box{
  border:1px solid #ccc;
  padding:10px 13px;
}
.link-list {
  margin: 0 -13px 10px;
}
.link-list li{
 padding:0 13px;
}

.aside-right{
  width:201px;
  padding-left: 17px;

}
.aside-right-blobk{
  border: 1px solid #ccc;
  padding-bottom:11px;
}
.aside-right-blobk:not(:last-child){
  margin-bottom:28px;
}
.aside-right-blobk .more{
  margin-top:30px;
}
.aside-right-title {
  margin-bottom:20px;
  height:26px;
  line-height: 1.625;
  background-color: #6e8ec3;
  text-align: center;
  color:#fff;
  
}
.aside-right-list {
  padding-left:13px;
  padding-right: 13px;
}
.aside-right-list li{
  line-height: 1.5;
  margin-bottom:15px;
}
.aside-right-list li a{
  display: flex;
  font-size:14px;
}
.aside-right-list li a img{
  margin-right:8px;
  width:74px;
  height:70px;
}
footer {
  margin-top: 40px;
  border-top: 2px solid #11aaf5;
  padding-top: 14px;
  padding-bottom: 23px;
  font-size: 14px;
  text-align: center;
}

/* 详情公共样式 */
.crumbs {
  margin-top: 17px;
  margin-bottom: 45px;
  padding-left: 5px;
}

.crumbs a {
  font-size: 14px;
}

.view-content {
  margin-bottom: 40px;
  text-align: center;
}

.view-title {
  font-size: 24px;
  color: #000000;
  text-align: center;
}

.view-date {
  margin-top: 35px;
  font-size: 14px;
  color: #000000;
  line-height: 32px;
  text-align: center;
}

.view-content hr {
  border-color: #e5e5e5;
  margin-top: 23px;
  margin-bottom: 35px;
}

.view-content p {
  font-size: 14px;
  padding: 0 23px;
  text-align: left;
  text-indent: 20px;
  margin-bottom: 10px;
  line-height: 30px;
}

.view-content img {
  margin: 0 auto;
  width: 647px;
  margin-top: 62px;
  margin-bottom: 47px;
}

.list-container .center {
  padding-left: 20px;
}

.list-title {
  margin-bottom: 19px;
}

/* 葡萄牙语主页 */
.pt-box nav a {
  font-size: 16px;
}
.pt-box .aside-content{
  padding-top:20px;
}
.pt-box aside .aside-list{
  padding:0;
  margin-top:21px;
}
.pt-box aside .aside-title{
  padding-left:10px;
}
.pt-box .news-item ul, .news-list-box .news-item ul{
  padding-left:0;
}
.news-list-box section {
  padding-left: 10px;
}
.news-list-box .news-item li {
  padding-left: 8px;
}
.card-list{
  display: flex;
  flex-wrap: wrap;
}
.card-item{
  position: relative;
  padding: 10px 10px 40px;
  margin-bottom:25px;
  flex: 0 1 48%;
  border:1px solid #ccc;
  box-sizing: border-box;
  font-size:14px;
}
.card-item .more{
 	color: #6e8ec3;
}
.card-action{
  position: absolute;
  bottom:10px;
  left:0;
  width:100%;
}
.card-title{
  margin-bottom:18px;
  font-weight: bold;
text-align: center;
	color: #235bb7;
}
.card-item:nth-child(2n+1){
  margin-right:16px;
}
.news-item .card-item li::before{
  content:''!important;
}
.business-container .crumbs a{
  color: #6e8ec3;
}
.childlist2{ font-weight:bold;}

#pages{ margin:0 auto; padding-bottom:15px; line-height:21px; font-size:14px; text-align:center; margin-top:10px;}
#pages a{color:#005ea5; text-decoration:none; font-size:14px;line-height:21px;}
#pages a:hover{ text-decoration:underline;}

#document_article{width:730px; margin:0 auto; margin-top:10px;}
#doctitle{margin:0 auto; width:700px; font-size:24px; font-weight:bold; line-height:28px; color:#000; margin-top:15px; margin-bottom:14px; text-align:center;}
#subtitle{margin:0 auto; width:700px; font-size:18px; font-weight:bold; line-height:24px; color:#000; text-align:center;}
#docsource{margin:0 auto; width:700px; font-size:16px; color:#000; line-height:24px; text-align:center;}
#docreltime{margin:0 auto; width:700px; font-size:16px; color:#000; line-height:24px; text-align:center; font-family:Arial, Helvetica, sans-serif;}
#docline{margin:0 auto; width:730px; height:1px; border-bottom:#CCCCCC 1px solid;}
#content{width:700px; margin:0 auto; font-size:14px; padding-top:20px; color:#333333; line-height:24px; text-align:left;text-align:justify;text-justify:inter-ideograph;}
#content a{font-size:14px; color:#0000FF; text-decoration:none; line-height:24px;}
#content a:hover{font-size:14px; color:#FF0000; text-decoration:none;}
#content p{font-size:14px; line-height:24px; color:#333333;}
#content p a{font-size:14px; color:#0000FF; text-decoration:none; line-height:24px;}
#content p a:hover{font-size:14px; color:#FF0000; text-decoration:none;}

#Appendix{margin:0 auto; width:710px; margin-top:15px;}
#Appendix_name{width:60px; text-align:left; float:left; margin-left:10px; font-size:14px; font-weight:bold; line-height:21px; height:21px;}
#id_AppendixList{width:630px; text-align:left; margin:0 auto; float:left;}
#id_AppendixList ul{
width:630px;
list-style:none;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}
#id_AppendixList li{
width:616px;
line-height:18px;
padding:0 0 3px 0;
font-size:14px;
text-align:left;
padding-left:14px;
color:#0000FF;
background-image: url(nbox_ul.gif);
background-repeat: no-repeat;
background-position:0px 10px;
}
#id_AppendixList li a{font-size:14px; color:#0f47b4; text-decoration:none; line-height:24px;}
#id_AppendixList li a:hover{font-size:14px; color:#FF0000; text-decoration:none;}

#Appendix_article{margin:0 auto; width:900px; margin-top:5px;}
#Appendix_name_article{width:60px; text-align:left; float:left; font-size:14px; font-weight:bold; line-height:21px; height:21px;}
#id_AppendixList_article{width:830px; text-align:left; float:left}
#id_AppendixList_article ul{
width:830px;
list-style:none;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}
#id_AppendixList_article li{
width:816px;
line-height:18px;
padding:0 0 3px 0;
font-size:14px;

text-align:left;
padding-left:14px;
color:#0000FF;
background-image: url(nbox_ul.gif);
background-repeat: no-repeat;
background-position:0px 10px;
}
#id_AppendixList_article li a{font-size:14px; color:#0f47b4; text-decoration:none; line-height:24px;}
#id_AppendixList_article li a:hover{font-size:14px; color:#FF0000; text-decoration:none;}

#id_RelNewsList{ width:900px; margin:0 auto;border:#CCCCCC 1px solid; margin-bottom:15px;}
#relNews_name{padding-left:15px; text-align:left; margin:0 auto; width:885px; height:25px; line-height:25px; font-size:14px; color:#000000; font-weight:bold; background:#EBEBEB; border-bottom:#CCCCCC 1px solid;}
#id_RelNewsList ul{width:870px; margin:0; padding:0; list-style:none; list-style-type:none;margin-left:15px; margin-top:5px;}
#id_RelNewsList li{
width:870px;
line-height:20px;
padding:0 0 3px 0;
font-size:12px;
text-align:left;
padding-left:14px;
color:#0000FF;
background-image: url(nbox_ul.gif);
background-repeat: no-repeat;
background-position:0px 8px;
}
#id_RelNewsList li a{font-size:12px; color:#0f47b4; text-decoration:none; line-height:20px;}
#id_RelNewsList li a:hover{ color:#FF0000; text-decoration:none;}

.document_print{width:700px; height:29px; border:#CCCCCC 1px solid; margin:0 auto; margin-top:15px; margin-bottom:15px;}

#printer{margin:0 auto; font-size:14px; color:#000000; width:700px;height:29px; line-height:26px;}
#printer input{ font-size:14px; color:#666666; font-style:italic;}
#printer form {height:29px; line-height:29px; margin:0 auto; padding:0; border:0px;}
#printer span{ float:left; width:400px; margin-left:15px;}
#printer div{float:right; padding-right:10px; line-height:29px; width:180px;}
#printer a{font-size:14px; color:#083793; text-decoration:none;}
#printer a:hover{font-size:14px; color:#FF0000; text-decoration:none;} 
#printer #Subject{font-size:14px; color:#9A230E; font-style:normal;}

.Top_Index_A{
margin:0 auto;
width:964px;
height:20px;
line-height:20px;
font-size:14px;
text-align:left;
margin-top:15px;
}
.Top_Index_A a{font-size:14px; color:#0f47b4; text-decoration:none;}
.Top_Index_A a:hover{color:#f00; text-decoration:underline;}

#News_Body_Title{
margin:0 auto;
width:900px;text-align:center;
line-height:18px;
font-size:16px;
color:#000000;
font-weight:bold;
margin-bottom:4px;
margin-top:50px;
}
#News_Body_subitle{font-size:14px; color:#000; font-weight:bold; line-height:24px;text-align:center;}
#News_Body_source{font-size:14px; color:#000; line-height:24px;text-align:center;}
#News_Body_Time{
text-align:center;
line-height:24px;
font-size:13px;
color:#333333;
font-family:Arial, Helvetica, sans-serif;

}
.News_Body_line{width:964px; margin:0 auto; height:1px; border-bottom:#CCCCCC 1px solid;}
#News_Body_Txt_A{width:900px; margin:0 auto; font-size:14px; padding-top:10px; color:#333333; line-height:24px; text-align:left;text-align:justify;text-justify:inter-ideograph;}
#News_Body_Txt_A a{font-size:14px; color:#0000FF; text-decoration:none; line-height:24px;}
#News_Body_Txt_A a:hover{font-size:14px; color:#FF0000; text-decoration:none;}
#News_Body_Txt_A p{font-size:14px; line-height:24px; color:#333333;}
#News_Body_Txt_A p a{font-size:14px; color:#0000FF; text-decoration:none; line-height:24px;}
#News_Body_Txt_A p a:hover{font-size:14px; color:#FF0000; text-decoration:none;}
.News_Body_Text{width:964px; margin:0 auto; margin-top:15px;}
.clear{clear:both; height:auto;}

.lan{ position:relative;}
.lan1,.lan2{ position:absolute; display:block; bottom:0;}
.lan1{ width:90px; left:490px; line-height:50px;}
.lan2{ width:160px; left:580px; line-height:50px;}
.paragraph8,.paragraph7,.infoBox4,.infoBox2{white-space:normal; height:auto;}
.box7,.main9{height:auto;}